home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / communic / ckit176c / whats.new < prev   
Encoding:
Text File  |  1991-04-06  |  1.1 KB  |  33 lines

  1. 04-06-91
  2.        Fixing the input() problem created another problem whereas
  3.        CKIT would not display the exit_msg when returning to the
  4.        BBS. Fixed.
  5.  
  6. 04-05-91
  7.  
  8.         Added s_printf() function.  This will allow you to format
  9.         your output the same as you would use printf().  You
  10.         must include the source code in the CKIT.DOC to use it.
  11.         See the CKITDEMO.C and CKIT.H.  This function is not
  12.         really part of the ckit libraries so you must include
  13.         source can be found in the docs under s_printf or the
  14.         CKIT.H file.
  15.  
  16.         Fixed a problem with input(). If the user tried to exceed
  17.         the maximum length of your input buffer CKIT would
  18.         display some garbage chars.
  19.  
  20. 03-05-91
  21.  
  22. Added support for DORINFOx.DEF files for RBBS, QUICKBBS and other systems.
  23.  
  24. The following pages have been added/changed in some manner.
  25.  
  26. Added pointer to internal pcboard.sys buffer - BYTE *pcbsysbuf
  27.  
  28. Changed logoff_msg[] to exit_msg[].   logoff_msg[] is now displayed if
  29. the user says good-bye within the door.
  30.  
  31.  
  32.  See the release history and ckit.doc for additional information.
  33.